From: Laszlo Boszormenyi (GCS) Date: Tue, 8 Jan 2019 21:31:07 +0000 (+0000) Subject: X-Git-Tag: archive/raspbian/0.13.0-6+rpi1~1^2^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c36d6b4b9ac8f3434528bf79a99abaf476d9a3f2;p=thrift.git TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. thrift (0.10.0-1) experimental; urgency=low * New upstream release. Gbp-Pq: Name broken_boost_1.62.patch --- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index c298e26..e4e67cc 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -104,9 +104,10 @@ check_PROGRAMS += \ endif TESTS_ENVIRONMENT= \ - BOOST_TEST_LOG_SINK=tests.xml \ - BOOST_TEST_LOG_LEVEL=test_suite \ - BOOST_TEST_LOG_FORMAT=XML + BOOST_TEST_LOGGER=XML,test_suite,tests.xml +# BOOST_TEST_LOG_SINK=tests.xml \ +# BOOST_TEST_LOG_LEVEL=test_suite \ +# BOOST_TEST_LOG_FORMAT=XML TESTS = \ $(check_PROGRAMS) diff --git a/lib/cpp/test/Makefile.in b/lib/cpp/test/Makefile.in index a30860a..cb7f1a9 100644 --- a/lib/cpp/test/Makefile.in +++ b/lib/cpp/test/Makefile.in @@ -745,9 +745,10 @@ Benchmark_SOURCES = \ Benchmark_LDADD = libtestgencpp.la TESTS_ENVIRONMENT = \ - BOOST_TEST_LOG_SINK=tests.xml \ - BOOST_TEST_LOG_LEVEL=test_suite \ - BOOST_TEST_LOG_FORMAT=XML + BOOST_TEST_LOGGER=XML,test_suite,tests.xml +# BOOST_TEST_LOG_SINK=tests.xml \ +# BOOST_TEST_LOG_LEVEL=test_suite \ +# BOOST_TEST_LOG_FORMAT=XML TESTS = \ $(check_PROGRAMS)